home *** CD-ROM | disk | FTP | other *** search
- Path: hermes.oc.com!usenet
- From: Larry Weiss <lfw@oc.com>
- Newsgroups: comp.lang.c
- Subject: Re: && operator question
- Date: Thu, 15 Feb 1996 10:41:36 -0600
- Organization: OpenConnect Systems, Dallas, TX, USA
- Message-ID: <31236240.1417@oc.com>
- References: <4fu69a$b7e@sphinx.Gsu.EDU>
- NNTP-Posting-Host: ocs2228.oc.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
- CC: lfw@oc.com
-
- Matthew A Johnson wrote:
- >
- > if(expression1 && expression2)
- > some statement;
- >
- > My question is, if expression1 is false will expression2 get evaluated at
- > all?
- >
-
- No. Why do you ask that question here?
-